home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1995 May / PC Direct CD-ROM (May 1995).ISO / ipe / bri120e / disk1 / lib4esd.lib / INIRPL.SCR < prev    next >
Encoding:
Text File  |  1994-01-17  |  516 b   |  11 lines

  1. ; This script copies a win.ini from the Fusion directory
  2. ; to the user's windows directory.  WINDIR finds the first 
  3. ; windows directory in the path (the first directory it 
  4. ; finds with the win.ini in it) and copies the file to the 
  5. ; specified directory. Use WINDIR in the Default path in the
  6. ; package.  The same thing could be accomplished by using a 
  7. ; fileset that contains the win.ini to be distributed.  In
  8. ; that case the script would not be needed.
  9. COPY "F:\FUSION" "WIN.INI" [WINDIR] "WIN.INI"
  10.  
  11.